Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add string trimming extensions and usage #179

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Add string trimming extensions and usage #179

merged 1 commit into from
Mar 19, 2024

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Mar 19, 2024

Introduced two new string extension methods to trim whitespace and null characters. The SingleLine.razor and MultiLine.razor components are updated to use these methods, improving input handling by ensuring cleanliness of the string data before processing.

Fixes #178

Introduced two new string extension methods to trim whitespace and null characters. The `SingleLine.razor` and `MultiLine.razor` components are updated to use these methods, improving input handling by ensuring cleanliness of the string data before processing.
@sfmskywalker sfmskywalker requested review from a team March 19, 2024 10:43
@sfmskywalker sfmskywalker merged commit 848bb38 into main Mar 19, 2024
6 checks passed
@sfmskywalker sfmskywalker deleted the issue/178 branch March 19, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trim Null Characters in SingleLine and MultiLine Components
2 participants